Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Picking With Window Rectangles


Q3WindowRectPick_GetRect

You can use the Q3WindowRectPick_GetRect function to get the rectangle of a window-rectangle pick object.

TQ3Status Q3WindowRectPick_GetRect (
TQ3PickObject pick, 
TQ3Area *rect);
pick
A window-rectangle pick object.
rect
On exit, the current rectangle of the specified window-rectangle pick object.
DESCRIPTION
The Q3WindowRectPick_GetRect function returns, in the rect parameter, the current rectangle of the window-rectangle pick object specified by the pick parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996